home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-06037.DIR / 00020.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  383 b   |  19 lines

  1. on exitFrame
  2.   if rollOver(13) = 1 then
  3.     set the visible of sprite 9 to 1
  4.   else
  5.     set the visible of sprite 9 to 0
  6.   end if
  7.   if rollOver(14) = 1 then
  8.     set the visible of sprite 10 to 1
  9.   else
  10.     set the visible of sprite 10 to 0
  11.   end if
  12.   if rollOver(15) = 1 then
  13.     set the visible of sprite 11 to 1
  14.   else
  15.     set the visible of sprite 11 to 0
  16.   end if
  17.   cursor()
  18. end
  19.